home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / MEMORY / OLD / MEM208SRC / FSLib / h / fs < prev    next >
Text File  |  1993-08-22  |  511b  |  28 lines

  1. /* Original code (c) Acorn Computers Ltd, 1992-3 */
  2.  
  3. /* $Id: h.fs 3.1 93/03/09 23:31:24 brian Exp $ */
  4. /* #define RISCOS3ONLY */
  5.  
  6. /*
  7.         All the RISC OS FS includes necessary
  8. */
  9. #ifndef __FS_H
  10. #define __FS_H
  11.  
  12. /* #define DEBUG */
  13.  
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. #include <string.h>
  17. #include "kernel.h"
  18. #include "swis.h"
  19. #include "Interface.h"
  20. #include "ModuleWrap.h"
  21. #include "util.h"
  22. #include "core.h"
  23.  
  24. void normalise( FileEntry **dir, char **name );
  25. _kernel_oserror *reportusage( char * );
  26.  
  27. #endif
  28.